getAlpha

open fun getAlpha(view: View): Float(source)

Deprecated

Use getAlpha directly.

The opacity of the view. This is a value from 0 to 1, where 0 means the view is completely transparent and 1 means the view is completely opaque.

By default this is 1.0f.

Return

The opacity of the view.